ActiveReports 9
SignatureField<T> Constructor(T,Boolean,Boolean)

Value to write on signature
true, if value should be written
true, if label for value should be shown
Initializes a new instance of the Generic SignatureField class.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As T, _
   ByVal visible As System.Boolean, _
   ByVal showLabel As System.Boolean _
)
public SignatureField<T>( 
   T value,
   System.bool visible,
   System.bool showLabel
)

Parameters

value
Value to write on signature
visible
true, if value should be written
showLabel
true, if label for value should be shown
See Also

Reference

SignatureField<T> Class
SignatureField<T> Members
Overload List

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum